home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Dev
/
powerd
/
lib
/
powerd_lib.lha
/
PowerD
/
HiBit.ass
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-06-23
|
171 b
|
15 lines
; d0 - value
xdef _HiBit
_HiBit move.l d1,-(a7)
moveq #31,d1
.loop btst.l d1,d0
bne.s .end
subq #1,d1
tst.b d1
bge.s .loop
.end move.l d1,d0
move.l (a7)+,d1
rts